-- background: 2574 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 0 -- name: -- part 1 (button) -- low flags: 00 -- high flags: A004 -- rect: left=4 top=23 right=51 bottom=115 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 2 -- text size: 14 -- style flags: 2048 -- line height: 18 -- part name: HyperTree ----- HyperTalk script ----- on mouseUp answer "Written by Jeffry A. Spain, CCDS '71" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: A004 -- rect: left=161 top=23 right=45 bottom=261 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Tree ----- HyperTalk script ----- on mouseUp newTree end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: A004 -- rect: left=266 top=23 right=45 bottom=366 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Insert Node ----- HyperTalk script ----- on mouseUp putInNode end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: A004 -- rect: left=371 top=23 right=45 bottom=471 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Find Node ----- HyperTalk script ----- on mouseUp findNode end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: A004 -- rect: left=266 top=50 right=72 bottom=366 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Delete Node ----- HyperTalk script ----- on mouseUp takeAwayNode end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: A004 -- rect: left=371 top=50 right=72 bottom=471 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Traverse Tree ----- HyperTalk script ----- on mouseUp walkTree end mouseUp -- part 7 (field) -- low flags: 01 -- high flags: 0007 -- rect: left=371 top=77 right=164 bottom=471 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: treeList -- part 8 (button) -- low flags: 00 -- high flags: A002 -- rect: left=16 top=319 right=340 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp global returncard go to returncard end mouseUp